Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBG-4317 uptake fix for TLS without certs for import feed #7192

Open
wants to merge 3 commits into
base: release/anemone
Choose a base branch
from

Conversation

torcolvin
Copy link
Collaborator

@torcolvin torcolvin commented Nov 12, 2024

CBG-4317 use cbgt patch from MB-64126 to allow sharded import feed to function

Integration Tests

@bbrks
Copy link
Member

bbrks commented Nov 12, 2024

@torcolvin Is there an integration test run for this PR to validate the new test works with Couchbase Server?

@@ -451,6 +451,7 @@ func (c *CbgtContext) Stop() {

func (c *CbgtContext) RemoveFeedCredentials(dbName string) {
removeCbgtCredentials(dbName)
removeCbgtRootCertsForBucket(c.sourceUUID)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If multiple databases are using the same bucket, this looks like it's going to delete the shared credentials for all when the import listener is stopped for any one of the databases using that bucket.

@torcolvin torcolvin assigned torcolvin and unassigned gregns1 Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants